Dan Lewis

Results 7 comments of Dan Lewis

No worries. Thanks for the reply!

I pulled this example from Gaskell. This is a standard form for the change in entropy for a phase change? That should be read as \Delta S, does that help?...

Make output below. ``` mmsp/utility$ make dirname: missing operand Try 'dirname --help' for more information. g++ -O2 -Wall -I ../include -I /usr/include/paraview-5.7 -L mmsp2vti.cpp -o mmsp2vti -lvtkCommonCore -lvtkCommonDataModel -lvtkIOCore -lvtkIOXML...

It seems like the library is just gone - so I'm not sure the linking idea above makes sense? Am I missing something?

Temporary fix? Linux system: NAME="Ubuntu" VERSION="20.04.2 LTS (Focal Fossa)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 20.04.2 LTS" VERSION_ID="20.04" Package "paraview" provides files such as: /usr/lib/x86_64-linux-gnu/libvtkCommonCore-pv5.7.so Modifying Makefile to point to: ``` # find...

@tkphd After reading: https://www.gnu.org/licenses/gpl-howto.html Based on the structure of our project, it looks like we should have a file called "COPYING" that contains the text of the GPLv3 and a...

I like what you've put above. I think it continues enhancing the philosopy of templates. Could you have a look at the tutorial branch? I wonder if this is an...