Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/unittests/ParserUnitTest.cpp

    r86cff86 r2fd80b5  
    131131\tmolecule = $:molecule\n\
    132132)\n";
    133 static string waterXyz = "3\n\tH2O: water molecule\nO\t0\t0\t0\nH\t0.758602\t0\t0.504284\nH\t0.758602\t0\t-0.504284\n";
     133static string waterXyz = "3\nH2O: water molecule\nO\t0\t0\t0\nH\t0.758602\t0\t0.504284\nH\t0.758602\t0\t-0.504284\n";
    134134static string Tremolo_Atomdata1 = "# ATOMDATA\tId\tname\tType\tx=3\n";
    135135static string Tremolo_Atomdata2 = "#\n#ATOMDATA Id name Type x=3\n1 hydrogen H 3.0 4.5 0.1\n\n";
Note: See TracChangeset for help on using the changeset viewer.